home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / HTML_Progress / Release-1.0 < prev    next >
Text File  |  2004-03-24  |  4KB  |  100 lines

  1. $Id: Release-1.0,v 1.1 2003/11/15 18:27:08 thesaur Exp $
  2.  
  3. HTML_Progress Version 1.0
  4. ********************************************************************************
  5. http://pear.laurent-laville.org
  6. Laurent Laville <pear@laurent-laville.org>
  7. ********************************************************************************
  8. ********************************************************************************
  9.  
  10. I would like to announce the release of HTML_Progress 1.0
  11. This release assume to be the final stable version, and all known bugs fixed.
  12.  
  13.  
  14. ----------
  15. IMPORTANT:
  16.  
  17. HTML_Progress 1.0 requires PHP version 4.1.0 and PEAR 1.2 or greater.
  18.  
  19. There are also some mandatory dependencies with others PEAR packages :
  20. - HTML_Common 1.2 or greater                   http://pear.php.net/package-info.php?package=HTML_Common
  21.  
  22. There are also some optional dependencies with others PEAR packages :
  23. - HTML_QuickForm 3.1.1 or greater              http://pear.php.net/package-info.php?package=HTML_QuickForm
  24. - HTML_QuickForm_Controller 0.9.3 or greater   http://pear.php.net/package-info.php?package=HTML_QuickForm_Controller
  25. - HTML_CSS 0.2.0 or greater                    http://pear.php.net/package-info.php?package=HTML_CSS
  26. - HTML_Page 2.0.0RC2 or greater                http://pear.php.net/package-info.php?package=HTML_Page
  27. - Config 1.9 or better                         http://pear.php.net/package-info.php?package=Config
  28. - PHPUnit 0.6.2                                http://pear.php.net/package-info.php?package=PHPUnit
  29. ----------
  30.  
  31. A full listing of all closed bugs and feature requests can be found in the 
  32. next section of the notes
  33.  
  34. HTML_Progress 1.0 is ready for production, download it and try 
  35. the most advanced solution for PHP loading bar.
  36.  
  37.  
  38. ********************************************************************************
  39. Bugs found on version 0.6.0
  40.  
  41. - fixes javascript errors with IE4 and NS4 browsers (Thanks to Christian Wenz)
  42.  
  43.  
  44. Bugs found on version 0.6.2
  45.  
  46. - fixes PEAR-BUG#28 http://pear.php.net/bugs/bug.php?id=28
  47. - fixes PEAR-BUG#29 http://pear.php.net/bugs/bug.php?id=29
  48. - fixes JavaScript into progress3.js to works with IE4 and NS4
  49.  
  50.  
  51. ********************************************************************************
  52. Changes in version 0.6.1
  53.  
  54. - add ProgressMaker a dynamic tools to build and test all functionalities
  55.  
  56.  
  57. Changes in version 0.6.2
  58.  
  59. - ProgressMaker got a new skin, and allows to keep previous settings
  60. - Allows use of iframes solution to display 2 progress bar on same page
  61.  
  62.  
  63. Changes in version 1.0
  64.  
  65. - Errors are managed by Error_Raise package (by Greg Beaver).
  66. - ProgressMaker got some pre-sets UI models as example.
  67. - better compatibility with older PHP versions; requires PHP 4.1.0 or better.
  68. - HTML_Page package is now only necessary for some examples.
  69. - HTML_CSS package is optional. Easy way to generate a progress stylesheet.
  70. - CSS id and class selectors are customizable.
  71. - phpUnits test were added for API.
  72.  
  73. Feature additions in version 1.0
  74.  
  75. - HTML_Progress now implements a Observer design pattern. It is possible to add Listeners.
  76. - HTML_Progress now adds a customizable UI monitor pattern to display a progress bar. 
  77.   User-end can abort progress at any time.
  78. - Look and feel can be sets by internal API or an external config file.
  79. - Allows many progress bar on same page without uses of iframe solution. 
  80.  
  81.  
  82. ********************************************************************************
  83.  
  84.  
  85. The documentation has been updated for this release you can view it at
  86. http://pear.laurent-laville.org/HTML/Progress/apidoc/
  87. or in the distribution in the docs directory
  88.  
  89. The changelog is available in the tarball, or online at 
  90. http://pear.laurent-laville.org/HTML/Progress/Changelog
  91.  
  92. You can download the newest version from webpages
  93. http://pear.php.net/package-info.php?package=HTML_Progress
  94. Or
  95. http://pear.laurent-laville.org/HTML/Progress
  96.  
  97.  
  98. Enjoy !
  99. -Laurent Laville <pear@laurent-laville.org>
  100.